home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 90 / MF_UK_90_1.iso / Shareware Plus / Utilities / ZipIt 1.4.sea / ZipIt / ZipIt.rsrc / TEXT_200.txt < prev    next >
Encoding:
Text File  |  1999-09-25  |  267 b   |  9 lines

  1. on sendOE(theMsg)
  2.     tell application "Outlook Express"
  3.     activate
  4.       make new draft window with properties {subject:"ZipIt Preregistration", to recipients:"preregistration@maczipit.com", signature type:none, content:theMsg}
  5.     end tell
  6. end sendOE
  7.  
  8. sendOE("%MESSAGE%")
  9.